From 9b7223024d973757421cd6b037f47f64bc41e59d Mon Sep 17 00:00:00 2001 From: "cl349@arcadians.cl.cam.ac.uk" Date: Fri, 19 Nov 2004 23:16:02 +0000 Subject: [PATCH] bitkeeper revision 1.1159.170.53 (419e7eb2DUhjF-0rtAuKlW6KTzFV2A) Increase padding of tss_struct after size of io_bitmap was slightly reduced. Without the padding, the tss_struct for other CPUs is not cacheline-aligned. --- xen/include/asm-x86/processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/processor.h b/xen/include/asm-x86/processor.h index 81ce7fab40..f92b95ea8a 100644 --- a/xen/include/asm-x86/processor.h +++ b/xen/include/asm-x86/processor.h @@ -324,7 +324,7 @@ struct tss_struct { u16 bitmap; u8 io_bitmap[IOBMP_BYTES]; /* Pads the TSS to be cacheline-aligned (total size is 0x2080). */ - u32 __cacheline_filler[5]; + u32 __cacheline_filler[6]; }; struct trap_bounce { -- 2.30.2